home *** CD-ROM | disk | FTP | other *** search
- ;#############################################################################
- ;
- ; MotoDrv.inf -- Install the Motorola client Driver for Motorola composite devices
- ;
- ; Copyright (c) 2000-2006, Motorola, Inc.
- ;
- ; INF Version - v 1.0.0 01/11/2006
- ;
- ;#############################################################################
-
- [Version]
- Signature=$Chicago$
- Class = MotorolaUSBDevice
- ClassGUID={FEB8D079-0681-11D4-9531-0060089ABC08}
- DriverPackageType=PlugAndPlay
- DriverPackageDisplayName=%MotDriverPackageName%
- Provider=%MotDev.Provider%
- CatalogFile=Motodrv.cat
- DriverVer=07/25/2006, 2.3.0.0
-
- ;Motorola Devices
- [MotDev]
-
- %MotDevF.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2a63&REV_0002
- %MotDevF.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2b63&REV_0002
- %MotDevF.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2b23&REV_0002
- %MotDevF.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2b43&REV_0002
- %MotDevF.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_4903&REV_0002
- %MotDevF.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_6403&REV_0002
- %MotDevF.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_6023&REV_0002
-
- %MotDev8.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2A61&REV_0002&MI_00
- %MotDev6.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2A61&REV_0002&MI_01
- %MotDev5.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2A61&REV_0002&MI_02
-
- %MotDev8.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2B21&REV_0002&MI_00
- %MotDev6.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2B21&REV_0002&MI_01
- %MotDev5.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2B21&REV_0002&MI_02
-
- %MotDev8.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2B41&REV_0002&MI_00
- %MotDev6.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2B41&REV_0002&MI_01
- %MotDev5.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_2B41&REV_0002&MI_02
-
- %MotDev5.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_4901&REV_0002&MI_00
- %MotDev6.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_4901&REV_0002&MI_01
- %MotDev8.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_4901&REV_0002&MI_02
-
- %MotDev6.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_6401&REV_0002&MI_00
- %MotDev8.DeviceDesc%=MotDev.INSTALL, USB\VID_22B8&PID_6401&REV_0002&MI_01
-
- [Manufacturer]
- %MotDev.Manufacturer%=MotDev
-
- [ClassInstall32]
- AddReg=MotDev.AddClassReg
- CopyFiles=MotorolaClassInstallerCopyFiles
-
- [MotorolaClassInstallerCopyFiles]
- mot_ci.dll
-
- [SourceDisksNames]
- 1=%MotDev.DriverDiskName%,"",
-
- [SourceDisksFiles]
- motodrv.sys=1
- mot_ci.dll = 1
-
- [PreCopySection]
- HKR,,NoSetupUI,,1
-
- [DestinationDirs]
- MotDev.CopyFiles = 10,system32\drivers
-
- [MotDev.INSTALL]
- CopyFiles=MotDev.CopyFiles
- AddReg=MotDev.AddRegLoader
-
- [MotDev.AddClassReg]
- HKR,,,,%MotDev.ClassName%
- HKR,,Icon,,100
- HKR,,SilentInstall,,1
- HKR,,Installer32,,"mot_ci.dll,MotorolaCI"
- HKR,,TroubleShooter-0,,"hcp://help/tshoot/tsUSB.htm"
-
- [MotDev.AddRegLoader]
- HKR,,DevLoader,,#ntkern
- HKR,,NTMPDriver,,motodrv.sys
-
- [MotDev.INSTALL.NT]
- CopyFiles=MotDev.CopyFiles
-
- [MotDev.INSTALL.NT.Services]
- AddService = MotDev,0x00000002,MotDev_Service_Inst,MotDev_EventLog_Inst
-
- [MotDev_Service_Inst]
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_AUTO_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\motodrv.sys
- DisplayName = %MotDev.DeviceDesc%
-
- [MotDev_EventLog_Inst]
- AddReg=MotDev.AddEventLogReg
-
- [MotDev.AddEventLogReg]
- HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\motodrv.sys"
- HKR,,TypesSupported,0x00010001,7
-
- [MotDev.CopyFiles]
- motodrv.sys
-
- ;---------------------------------------------------------------;
-
- [Strings]
- MotDev.Provider="Motorola Inc"
- MotDev.Manufacturer="Motorola Inc"
- MotDriverPackageName = "Motorola USB Composite Driver Installation"
-
- MotDev.DeviceDesc="Motorola Inc. USB Device"
-
- MotDevF.DeviceDesc="Motorola Flash Interface"
-
- MotDev.ClassName="Motorola Inc. USB Device"
- MotDev.DriverDiskName="Motorola Driver Installation Directory"
-
- MotDev0.DeviceDesc="Communications Class - Control Interface"
- MotDev1.DeviceDesc="Communications Class - Data Interface"
- MotDev2.DeviceDesc="Audio Control Interface"
- MotDev3.DeviceDesc="Audio Streaming OUT Interface"
- MotDev4.DeviceDesc="Audio Streaming IN Interface"
- MotDev5.DeviceDesc="Accessories Interface"
- MotDev6.DeviceDesc="Data Logging MCU Interface"
- MotDev7.DeviceDesc="Data Logging DSP Interface"
- MotDev8.DeviceDesc="Test Command Interface"
- MotDev9.DeviceDesc="DSP Debugging Interface"
- MotDev10.DeviceDesc="Flash Operating System Interface"
- MotDev11.DeviceDesc="Flash File System Interface"
- MotDev12.DeviceDesc="Flash Baseband Interface"
- MotDev13.DeviceDesc="Flash Test Command Interface"
- MotDev14.DeviceDesc="Motorola AP Data Logger"
- MotDev15.DeviceDesc="Motorola EZX PTF"
- MotDev16.DeviceDesc="Motorola AP Flash"
- MotDev17.DeviceDesc="Motorola BP Flash"
-
-